home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / hop < prev    next >
Text File  |  1994-08-13  |  1KB  |  38 lines

  1.  
  2. hop
  3.  
  4.         The 'hop' commands are used to test the connectivity of the
  5.         network.
  6.  
  7.         hop check <host>
  8.           Initiate a hop check session to the specified host.  This uses a
  9.           series of UDP "probe" packets with increasing IP time-to-live
  10.           (TTL) fields to determine the sequence of gateways in the path to
  11.           the specified destination.  This function is patterned after the
  12.           UNIX 'traceroute' facility.
  13.  
  14.           ICMP message tracing should be turned off before this command is
  15.           executed (see the 'icmp trace' command).
  16.  
  17.  
  18.         hop maxttl [<hops>]                                   Default: 30
  19.           Display or set the maximum TTL value to be used in hop check
  20.           sessions.  This effectively bounds the radius of the search.
  21.  
  22.  
  23.         hop maxwait [<seconds>]                                Default: 5
  24.           Display or set the maximum interval that a hop check session will
  25.           wait for responses at each stage of the trace.
  26.  
  27.  
  28.         hop queries [<count>]                                  Default: 3
  29.           Display or set the number of UDP probes that will be sent at each
  30.           stage of the trace.
  31.  
  32.  
  33.         hop trace [on | off]                                 Default: off
  34.           Display or set the flag that controls the display of additional
  35.           information during a hop check session.
  36.  
  37.  
  38.